Objects Reference

bezier_patch::build_loft

Prototype

void build_loft(bezier_curve *shape,bezier_curve *path,int texture,int lightmap,float tileu,float tilev);

Parameters

Parameter Type Description
shape bezier_curve * shape curve
path bezier_curve * path curve
texture int the texture map
lightmap int the light map
tileu float tetxure map tile in u dir
tilev float tetxure map tile in v dir

Return Value

None

Remarks

This function builds the patch for a shape/path pair of Bezier curves.